From a44cc5e04801cc39355f3b9f02d17572f3897039 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 22 Sep 2006 08:09:10 +0000 Subject: [PATCH] * xfns.c (syms_of_xfns): Fix typo in help text for x-gtk-file-dialog-help-text. --- src/ChangeLog | 5 +++++ src/xfns.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index ab88295bfa5..2410b62f260 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2006-09-22 Jan Dj,Ad(Brv + + * xfns.c (syms_of_xfns): Fix typo in help text for + x-gtk-file-dialog-help-text. + 2006-09-21 Kim F. Storm * fns.c (Fmemq): Refill doc string. diff --git a/src/xfns.c b/src/xfns.c index 7d19113db28..3afaf0ea20a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5819,7 +5819,7 @@ chooser to show or not show hidden files on a case by case basis. */); x_gtk_show_hidden_files = 0; DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text, - doc: /* *If non-nil, the GTK file chooser will by show additional help text. + doc: /* *If non-nil, the GTK file chooser will show additional help text. If more space for files in the file chooser dialog is wanted, set this to nil to turn the additional text off. */); x_gtk_file_dialog_help_text = 1; -- 2.30.2